Global Index
HTML5 JS API Index > WebGL Tutorials & Specs

WebGLActiveInfo

The WebGLActiveInfo interface represents the information returned from the getActiveAttrib and getActiveUniform calls.

Properties
DOMStringname
GLintsize
GLenumtype
Referenced by
WebGLRenderingContextBasegetActiveUniform(...)